From ade2f1030ab27d835357cc7bb8be2b9f7a6c23af Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 17 Nov 2020 14:07:11 +0000 Subject: [PATCH] Annotate GdkTimeCoord's array field We need to resolve the array length manually, because g-ir-scanner cannot turn an enumeration member into a constant size. --- gdk/gdkdevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkdevice.h b/gdk/gdkdevice.h index 16508c27a3..58d75199f8 100644 --- a/gdk/gdkdevice.h +++ b/gdk/gdkdevice.h @@ -66,7 +66,7 @@ typedef enum * GdkTimeCoord: * @time: The timestamp for this event. * @flags: Flags indicating what axes are present - * @axes: axis values + * @axes: (array fixed-size=12): axis values * * A #GdkTimeCoord stores a single event in a motion history. */ -- 2.30.2